So the only way for the message to make it into the list is through the server successfully inserting the data into the database. 所以消息进入消息列表的惟一方式是,通过服务器成功地将数据插入到数据库中。
You can add a list of online users to any page of your application by inserting a bit of JavaScript code where you want your contacts list to appear. 通过在希望显示联系人列表的位置上插入一些JavaScript代码,就可以将在线用户列表添加到应用程序的任何页面。
There are two basic update operations performed in standard linked list implementations: inserting and removing a node from the list. 在标准的列表实现中,有两中基本更新操作:向列表中插入(inserting)节点和从列表中删除(removing)节点。
Note that you should not list any methods here, since otherwise someone could override a method inserting malicious code. 注意您不应该在这儿列出任何的方法,否则别人可以插人恶意代码覆盖其中的方法。
At the same time, a new data structure, which combines structured array and adjacency list, is applied to this method so as to reduce the time taken by such operation as searching, deleting and inserting. 同时采用结构数组和邻接表相结合的新型数据结构,在节点的查找、插入和删除等操作上大大减少机时,提高了网格生成效率。